-================= Autshumato TMS =================-

/*
*  Autshumato Terminology Management System (TMS)
*  Free web application for the management of multilingual terminology databases (termbanks). 
*
*  Copyright (C) 2014 Centre for Text Technology (CTexT®), North-West University
*  and Department of Arts and Culture, Government of South Africa
*  Home page: http://www.nwu.co.za/ctext
*  Project page: http://autshumatotms.sourceforge.net
*   
*  Licensed under the Apache License, Version 2.0 (the "License");
*  you may not use this file except in compliance with the License.
*  You may obtain a copy of the License at
*
*      http://www.apache.org/licenses/LICENSE-2.0
*
*  Unless required by applicable law or agreed to in writing, software
*  distributed under the License is distributed on an "AS IS" BASIS,
*  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*  See the License for the specific language governing permissions and
*  limitations under the License.
*/

DESCRIPTION

This tool creates a sql dump file for use with a TMS 2.0.0 database that has been converted from a TMS 1.0.0 database

****************************************************************************

RELEASE INFO

	* Source -> Script.DACB2.TMSDump.pl
	* Binary -> Script.DACB2.TMSDump.pl
		
****************************************************************************	

SOURCE REQUIREMENTS

	* Perl
	* DBD::PgPP
	* FindBin
	* IO::File
	* Installation of TMS 1.0.0 database
	* Installation of TMS 2.0.0 database

****************************************************************************

RUN SOURCE

	* ./Script.DACB2.TMSDump.pl.pl [OLDTMS_DBNAME] [NEWTMS_DBNAME] [USER] [PASSWORD] [OLDTMS_SYNONYM_FIELDID] [NEWTMS_SYNONYM_FIELDID]

****************************************************************************

Kindly post any questions or bug reports on the project page.